home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / rexx / playzyxel.avm < prev    next >
Text File  |  1995-03-09  |  139b  |  9 lines

  1. /* */
  2. parse upper arg server device filename .
  3. address value server
  4. 'requiredevice' device
  5. if rc ~= 0 then exit
  6.  
  7. 'playvoice' filename
  8. exit
  9.